INSERT$
INSERT$ will insert a string to another one and return the result.

ARGUMENTS:
* Source String = The source string
* Insert String = The string to insert
* Position = The position of the insertation

RETURNS:
The new string.


SYNTAX
Return String=INSERT$(Source String,Insert String,Position)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File